home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 24 / PC Gamer IT CD 24 2-2.iso / VARIE / smartadd / INSTALL.EXE / SMARTADR.EXE / 0 / RCDATA / TQREPORTDLG / TQREPORTDLG.txt
Encoding:
Text File  |  1997-04-15  |  19.8 KB  |  590 lines

  1. object QReportDlg: TQReportDlg
  2.   Left = 25
  3.   Top = 105
  4.   BorderStyle = bsDialog
  5.   Caption = 'Quick Report Templates'
  6.   ClientHeight = 442
  7.   ClientWidth = 480
  8.   Font.Color = clBlack
  9.   Font.Height = -13
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 120
  13.   Scaled = False
  14.   OnCreate = FormCreate
  15.   OnShow = FormShow
  16.   TextHeight = 16
  17.   object SpeedButton1: TSpeedButton
  18.     Left = 384
  19.     Top = 411
  20.     Width = 89
  21.     Height = 30
  22.     Caption = 'Help'
  23.     Glyph.Data = {
  24.       06020000424D0602000000000000760000002800000028000000140000000100
  25.       0400000000009001000000000000000000000000000010000000000000000000
  26.       80000080000000808000800000008000800080800000C0C0C000808080000000
  27.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  28.       7777777777777777777777777777777777777777777777777777777777777777
  29.       777777777778887777777777777777777777777777777777778AA87777777777
  30.       777777788777777777777777778AA87777777777777777788777777777777777
  31.       78AA87774447777777777788777788877777778878AA87774447777777877788
  32.       777788877777778A8AA877777777777777887887777777777777778AAAA87777
  33.       4487777777888887777788777777778AAAAAA877448777777788888888778877
  34.       7777778AAAAA87777447777777888888877778877777778AAAA8777777448777
  35.       77888888777777887777778AAA8778447784487777888887778877788777778A
  36.       A87774487774447777888877788777788877778A877774487774447777888777
  37.       7887777888777788777777447784487777887777778877788777778777777774
  38.       4444877777877777777888887777777777777777777777777777777777777777
  39.       7777777777777777777777777777777777777777777777777777777777777777
  40.       77777777777777777777}
  41.     NumGlyphs = 2
  42.     OnClick = SpeedButton1Click
  43.   end
  44.   object Button1: TButton
  45.     Left = 200
  46.     Top = 411
  47.     Width = 89
  48.     Height = 30
  49.     Caption = 'OK'
  50.     Default = True
  51.     ModalResult = 1
  52.     TabOrder = 0
  53.     OnClick = Button1Click
  54.   end
  55.   object Button2: TButton
  56.     Left = 292
  57.     Top = 411
  58.     Width = 89
  59.     Height = 30
  60.     Cancel = True
  61.     Caption = 'Cancel'
  62.     ModalResult = 2
  63.     TabOrder = 1
  64.   end
  65.   object OptionBox: TGroupBox
  66.     Left = 8
  67.     Top = 294
  68.     Width = 465
  69.     Height = 114
  70.     Caption = 'Date Range'
  71.     TabOrder = 2
  72.     object Sheets: TNotebook
  73.       Left = 8
  74.       Top = 17
  75.       Width = 449
  76.       Height = 91
  77.       PageIndex = 1
  78.       TabOrder = 0
  79.       object TPage
  80.         Left = 0
  81.         Top = 0
  82.         Caption = 'Address'
  83.         object PrintFirst: TRadioButton
  84.           Left = 8
  85.           Top = 10
  86.           Width = 273
  87.           Height = 18
  88.           Caption = 'Print &First Address Template Only'
  89.           Checked = True
  90.           TabOrder = 0
  91.           TabStop = True
  92.         end
  93.         object PrintAll: TRadioButton
  94.           Left = 8
  95.           Top = 32
  96.           Width = 305
  97.           Height = 17
  98.           Caption = 'Print &All Address Templates'
  99.           TabOrder = 1
  100.         end
  101.         object EnableSkip: TCheckBox
  102.           Left = 8
  103.           Top = 63
  104.           Width = 291
  105.           Height = 17
  106.           Caption = 'Enable Prompt for &Starting Label Number'
  107.           TabOrder = 2
  108.         end
  109.       end
  110.       object TPage
  111.         Left = 0
  112.         Top = 0
  113.         Caption = 'Dates'
  114.         object Label17: TLabel
  115.           Left = 279
  116.           Top = 34
  117.           Width = 42
  118.           Height = 18
  119.           Alignment = taRightJustify
  120.           AutoSize = False
  121.           Caption = 'an&d '
  122.           FocusControl = EDateBox
  123.         end
  124.         object RangeAll: TRadioButton
  125.           Left = 8
  126.           Top = 10
  127.           Width = 249
  128.           Height = 17
  129.           Caption = 'All Date &Entries'
  130.           Checked = True
  131.           TabOrder = 0
  132.           TabStop = True
  133.           OnClick = RangeDatesClick
  134.         end
  135.         object RangeDates: TRadioButton
  136.           Left = 8
  137.           Top = 35
  138.           Width = 146
  139.           Height = 17
  140.           Caption = 'E&vents Between'
  141.           TabOrder = 1
  142.           OnClick = RangeDatesClick
  143.         end
  144.         object IncludeAll: TCheckBox
  145.           Left = 8
  146.           Top = 67
  147.           Width = 417
  148.           Height = 17
  149.           Caption = 'Incl&ude Completed Events or Reminders'
  150.           TabOrder = 2
  151.         end
  152.         object DateBox: TComboBox
  153.           Left = 159
  154.           Top = 31
  155.           Width = 117
  156.           Height = 24
  157.           DropDownCount = 0
  158.           Enabled = False
  159.           Font.Color = clWindowText
  160.           Font.Height = -13
  161.           Font.Name = 'MS Sans Serif'
  162.           Font.Style = []
  163.           ItemHeight = 16
  164.           ParentFont = False
  165.           TabOrder = 3
  166.           Text = 'DateBox'
  167.           OnDropDown = DateBoxDropDown
  168.         end
  169.         object EDateBox: TComboBox
  170.           Left = 324
  171.           Top = 31
  172.           Width = 117
  173.           Height = 24
  174.           DropDownCount = 0
  175.           Enabled = False
  176.           Font.Color = clWindowText
  177.           Font.Height = -13
  178.           Font.Name = 'MS Sans Serif'
  179.           Font.Style = []
  180.           ItemHeight = 16
  181.           ParentFont = False
  182.           TabOrder = 4
  183.           Text = 'EDateBox'
  184.           OnDropDown = DateBoxDropDown
  185.         end
  186.       end
  187.     end
  188.   end
  189.   object GroupBox1: TGroupBox
  190.     Left = 7
  191.     Top = 6
  192.     Width = 466
  193.     Height = 190
  194.     Caption = 'Report Details'
  195.     TabOrder = 3
  196.     object ReportType: TLabel
  197.       Left = 168
  198.       Top = 64
  199.       Width = 289
  200.       Height = 19
  201.       AutoSize = False
  202.       Caption = 'Address Book Entries'
  203.     end
  204.     object Label2: TLabel
  205.       Left = 16
  206.       Top = 64
  207.       Width = 137
  208.       Height = 19
  209.       AutoSize = False
  210.       Caption = 'Type of Report:'
  211.     end
  212.     object Label3: TLabel
  213.       Left = 16
  214.       Top = 96
  215.       Width = 145
  216.       Height = 16
  217.       AutoSize = False
  218.       Caption = 'Page &Layout:'
  219.     end
  220.     object Label4: TLabel
  221.       Left = 16
  222.       Top = 128
  223.       Width = 145
  224.       Height = 16
  225.       AutoSize = False
  226.       Caption = '&Print Selection:'
  227.     end
  228.     object Label5: TLabel
  229.       Left = 16
  230.       Top = 32
  231.       Width = 145
  232.       Height = 19
  233.       AutoSize = False
  234.       Caption = '&Quick Report Name:'
  235.     end
  236.     object Label6: TLabel
  237.       Left = 16
  238.       Top = 160
  239.       Width = 145
  240.       Height = 16
  241.       AutoSize = False
  242.       Caption = 'Sort &Report by:'
  243.     end
  244.     object TUsed: TComboBox
  245.       Left = 168
  246.       Top = 94
  247.       Width = 286
  248.       Height = 24
  249.       Style = csDropDownList
  250.       Font.Color = clWindowText
  251.       Font.Height = -13
  252.       Font.Name = 'MS Sans Serif'
  253.       Font.Style = []
  254.       ItemHeight = 16
  255.       ParentFont = False
  256.       TabOrder = 0
  257.     end
  258.     object PrtSelection: TComboBox
  259.       Left = 168
  260.       Top = 126
  261.       Width = 286
  262.       Height = 24
  263.       Style = csDropDownList
  264.       Font.Color = clWindowText
  265.       Font.Height = -13
  266.       Font.Name = 'MS Sans Serif'
  267.       Font.Style = []
  268.       ItemHeight = 16
  269.       ParentFont = False
  270.       TabOrder = 1
  271.     end
  272.     object QRName: TEdit
  273.       Left = 168
  274.       Top = 29
  275.       Width = 286
  276.       Height = 24
  277.       Font.Color = clWindowText
  278.       Font.Height = -13
  279.       Font.Name = 'MS Sans Serif'
  280.       Font.Style = []
  281.       ParentFont = False
  282.       TabOrder = 2
  283.     end
  284.     object SortField: TComboBox
  285.       Left = 168
  286.       Top = 158
  287.       Width = 286
  288.       Height = 24
  289.       Style = csDropDownList
  290.       Font.Color = clWindowText
  291.       Font.Height = -13
  292.       Font.Name = 'MS Sans Serif'
  293.       Font.Style = []
  294.       ItemHeight = 16
  295.       ParentFont = False
  296.       TabOrder = 3
  297.     end
  298.   end
  299.   object GroupBox2: TGroupBox
  300.     Left = 8
  301.     Top = 197
  302.     Width = 465
  303.     Height = 95
  304.     Caption = 'Copies'
  305.     TabOrder = 4
  306.     object CopySheets: TNotebook
  307.       Left = 4
  308.       Top = 16
  309.       Width = 445
  310.       Height = 75
  311.       PageIndex = 1
  312.       TabOrder = 0
  313.       object TPage
  314.         Left = 0
  315.         Top = 0
  316.         Caption = 'Copies'
  317.         object Label1: TLabel
  318.           Left = 12
  319.           Top = 13
  320.           Width = 145
  321.           Height = 15
  322.           AutoSize = False
  323.           Caption = '&Number of Copies:'
  324.           FocusControl = Copies
  325.         end
  326.         object Copies: TSpinEdit
  327.           Left = 164
  328.           Top = 12
  329.           Width = 57
  330.           Height = 26
  331.           Font.Color = clWindowText
  332.           Font.Height = -13
  333.           Font.Name = 'MS Sans Serif'
  334.           Font.Style = []
  335.           MaxValue = 999
  336.           MinValue = 1
  337.           ParentFont = False
  338.           TabOrder = 0
  339.           Value = 1
  340.         end
  341.       end
  342.       object TPage
  343.         Left = 0
  344.         Top = 0
  345.         Caption = 'Labels'
  346.         object LabelsFullSheet: TRadioButton
  347.           Left = 12
  348.           Top = 5
  349.           Width = 273
  350.           Height = 17
  351.           Caption = 'Full &Sheet of Labels per Entry'
  352.           TabOrder = 0
  353.           OnClick = LabelsFullSheetClick
  354.         end
  355.         object LabelsRow: TRadioButton
  356.           Left = 12
  357.           Top = 27
  358.           Width = 273
  359.           Height = 17
  360.           Caption = '&Complete Row of Labels per Entry'
  361.           TabOrder = 1
  362.           OnClick = LabelsFullSheetClick
  363.         end
  364.         object LabelsCopies: TRadioButton
  365.           Left = 12
  366.           Top = 49
  367.           Width = 273
  368.           Height = 17
  369.           Caption = 'Specified Number &of Labels per Entry'
  370.           Checked = True
  371.           TabOrder = 2
  372.           TabStop = True
  373.           OnClick = LabelsFullSheetClick
  374.         end
  375.         object LabelsNo: TSpinEdit
  376.           Left = 287
  377.           Top = 44
  378.           Width = 57
  379.           Height = 26
  380.           Font.Color = clWindowText
  381.           Font.Height = -13
  382.           Font.Name = 'MS Sans Serif'
  383.           Font.Style = []
  384.           MaxValue = 999
  385.           MinValue = 1
  386.           ParentFont = False
  387.           TabOrder = 3
  388.           Value = 1
  389.         end
  390.       end
  391.     end
  392.   end
  393.   object Cal: TEPCalendarPopup
  394.     FirstYear = 1900
  395.     LastYear = 2100
  396.     OnClick = CalClick
  397.     Left = 32
  398.     Top = 415
  399.   end
  400.   object ECal: TEPCalendarPopup
  401.     FirstYear = 1900
  402.     LastYear = 2100
  403.     OnClick = ECalClick
  404.     Left = 64
  405.     Top = 415
  406.   end
  407.   object ODSHelp1: TODSHelp
  408.     HelpText.Strings = (
  409.       'Button1'
  410.       'Button2'
  411.       'Cal'
  412.       'Copies'
  413.       'CopySheets'
  414.       'DateBox'
  415.       'ECal'
  416.       'EDateBox'
  417.       'EnableSkip'
  418.       'GroupBox1'
  419.       'GroupBox2'
  420.       'IncludeAll'
  421.       'Label1'
  422.       'Label17'
  423.       'Label2'
  424.       'Label3'
  425.       'Label4'
  426.       'Label5'
  427.       'Label6'
  428.       'LabelsCopies'
  429.       'LabelsFullSheet'
  430.       'LabelsNo'
  431.       'LabelsRow'
  432.       'ODSHelp1'
  433.       'OptionBox'
  434.       'PrintAll'
  435.       'PrintFirst'
  436.       'PrtSelection'
  437.       'QRName'
  438.       'RangeAll'
  439.       'RangeDates'
  440.       'ReportType'
  441.       'Sheets'
  442.       'SortField'
  443.       'SpeedButton1'
  444.       'TUsed')
  445.     HelpText.HelpData = {
  446.       240001000077005468697320627574746F6E2C207768656E2070726573736564
  447.       2C2077696C6C207361766520616E79206368616E676573206D61646520746F20
  448.       616E7920517569636B205265706F7274732C206265666F726520636C6F73696E
  449.       672074686520517569636B205265706F727473206469616C6F6775652E000104
  450.       0000000100007B005468697320627574746F6E2C207768656E20707265737365
  451.       642C2077696C6C2063616E63656C20616E79206368616E676573206D61646520
  452.       746F20616E7920517569636B205265706F72742C2073696E6365207468652051
  453.       7569636B205265706F727473206469616C6F6775652077617320737461727465
  454.       642E00010400000001000000000100000000010000EF0054686973206669656C
  455.       6420616C6C6F777320746865206E756D626572206F6620636F70696573207468
  456.       617420617265207265717569726564206F6620746865207072696E742C20746F
  457.       206265207370656369666965642E0D0A0D0A5468652076616C75652072657175
  458.       69726564206D61792065697468657220626520656E7465726564206279207369
  459.       6D706C7920747970696E67206469726563746C7920696E746F20746869732066
  460.       69656C642C206F72206D617920626520616C746572656420627920757365206F
  461.       662074686520696E6372656D656E74616C20757020616E6420646F776E206172
  462.       726F77732E000104000000010000000001000000000100006402546869732066
  463.       69656C6420616C6C6F77732061206461746520746F20626520696E7075742E20
  464.       54686520666F726D6174206F6620746865206461746520726571756972656420
  465.       697320646570656E64616E74206F6E2074686520666F726D617420646566696E
  466.       656420746F2057696E646F777320666F722064617465732E205468697320666F
  467.       726D617420697320646566696E6564207573696E67207468652057696E646F77
  468.       7320436F6E74726F6C2050616E656C2066756E6374696F6E2E0D0A0D0A496E20
  469.       6F7264657220746F2073706563696679206120646174652C2065697468657220
  470.       656E746572207468652064617465206469726563746C7920746F207468652066
  471.       69656C642C206F722075736520746865202264726F7020646F776E2220617272
  472.       6F7720746F20646973706C617920612067726170686963616C2063616C656E64
  473.       617220616C6C6F77696E672061206461746520746F2062652073656C65637465
  474.       642E0D0A0D0A49742073686F756C64206265206E6F7465642074686174206966
  475.       2073706563696679696E67206120796561722067726561746572207468616E20
  476.       313939392C2057696E646F77732077696C6C206E65656420746F206265207365
  477.       742D75702C20766961207468652057696E646F777320436F6E74726F6C205061
  478.       6E656C2C20746F20757365206120666F7572206469676974207965617220666F
  479.       726D61742E20496620612074776F20646967697420666F726D61742069732075
  480.       7365642C207468656E2057696E646F77732077696C6C207468696E6B20746865
  481.       2079656172206973207374696C6C20696E20746865203139303092732E000104
  482.       000000010000000001000000000100000A002D3E44617465426F780001000000
  483.       0001000000000100000000010000000001000000000100000000010000000001
  484.       00004A0154686973206F7074696F6E2C207768656E2073656C65637465642C20
  485.       696E737472756374732074686520517569636B205265706F7274207468617420
  486.       616C6C206576656E74732077697468696E20746865206461746120736F757263
  487.       652061726520656C696769626C6520666F72207072696E74696E672C20696E63
  488.       6C7564696E6720636F6D706C65746564206576656E74732E0D0A0D0A5768656E
  489.       206E6F742073656C65637465642C2074686520517569636B205265706F727420
  490.       77696C6C206F6E6C79207072696E74206576656E747320746861742061726520
  491.       7374696C6C206F75747374616E64696E672E0D0A0D0A54686973206F7074696F
  492.       6E2069732073656C65637465642C207768656E206120636865636B206D61726B
  493.       20617070656172732077697468696E20746865207371756172652073656C6563
  494.       74696F6E20636F6E74726F6C2E00010400000001000000000100000000010000
  495.       000001000000000100000000010000000001000008002D3E5455536564000100
  496.       0000000100000F002D3E50727453656C656374696F6E00010000000001000009
  497.       002D3E51524E616D650001000000000100000C002D3E536F72744669656C6400
  498.       0104000000010000000001000000000100000000010000000001000000000100
  499.       0000000100000000010000000001000000000100000000010000000001000000
  500.       0001000000000100000000010000000001000000000100009901546869732066
  501.       69656C6420616C6C6F777320746865205072696E742052616E67652072657175
  502.       6972656420746F206265207370656369666965642E205072696E742052616E67
  503.       657320617265207573656420746F20636F6E74726F6C20776869636820656E74
  504.       72696573206F72206576656E747320617265207072696E7465642E20466F7220
  505.       6578616D706C652C2073656C656374696E672061207072696E742072616E6765
  506.       206F662022416C6C2054616767656420456E7472696573222C20776F756C6420
  507.       63617573652074686520517569636B205265706F727420746F206F6E6C792070
  508.       72696E7420656E74726965732074686174206172652074616767656420776865
  509.       6E20746865207265706F72742069732072756E2E200D0A0D0A546F2073656C65
  510.       6374206120646966666572656E74205072696E742052616E67652C2075736520
  511.       746865202264726F7020646F776E22206172726F772C20616E64207468656E20
  512.       73656C656374207468652072657175697265642072616E67652066726F6D2074
  513.       6865206C69737420646973706C617965642E0001040000000100000601546869
  514.       73206669656C6420616C6C6F777320746865206E616D65206173736F63696174
  515.       656420776974682074686520517569636B205265706F727420746F2062652063
  516.       68616E6765642E0D0A0D0A4561636820517569636B205265706F727473206861
  517.       73206120756E69717565206E616D6520746F206964656E746966792069742E20
  518.       4966206368616E67696E6720746865206E616D65206F662061207265706F7274
  519.       2C20796F752077696C6C206F6E6C792062652061626C6520746F207370656369
  520.       66792061206E616D652074686174206973206E6F742063757272656E746C7920
  521.       646566696E656420746F20616E79206F7468657220517569636B205265706F72
  522.       742E000104000000010000CF0054686973206F7074696F6E2C207768656E2073
  523.       656C65637465642C20696E737472756374732074686520517569636B20526570
  524.       6F72742C207468617420616C6C2064617465732077697468696E207468652064
  525.       61746120736F757263652061726520656C696769626C6520666F72207072696E
  526.       74696E672E0D0A0D0A54686973206F7074696F6E2069732073656C6563746564
  527.       2C207768656E206120646F7420617070656172732077697468696E2074686520
  528.       63697263756C61722073656C656374696F6E20636F6E74726F6C2E0001040000
  529.       00010000000154686973206F7074696F6E2C207768656E2073656C6563746564
  530.       2C20696E737472756374732074686520517569636B205265706F72742C207468
  531.       6174206F6E6C792064617465732077697468696E20746865206461746120736F
  532.       757263652C2066616C6C696E67206F6E206F72206265747765656E2074686520
  533.       74776F206461746573207370656369666965642C2061726520656C696769626C
  534.       6520666F72207072696E74696E672E0D0A0D0A54686973206F7074696F6E2069
  535.       732073656C65637465642C207768656E206120646F7420617070656172732077
  536.       697468696E207468652063697263756C61722073656C656374696F6E20636F6E
  537.       74726F6C2E000104000000010000CA0054686973202272656164206F6E6C7922
  538.       206669656C642C2073686F77732077686963682074797065206F66207265706F
  539.       72742069732073746F7265642077697468696E2074686520517569636B205265
  540.       706F72742E0D0A0D0A546865207265706F727420747970652069732068656C64
  541.       2077697468696E207468652050616765204C61796F7574207370656369666963
  542.       6174696F6E20616E642063616E206F6E6C79206265206368616E676564206279
  543.       2065646974696E67207468652050616765204C61796F75742E00010400000001
  544.       0000000001000000000100000C0254686973206669656C6420616C6C6F777320
  545.       746865206F72646572207468617420746865207265706F727420697320746F20
  546.       6265207072696E74656420746F206265207370656369666965642E2042792064
  547.       656661756C742C20536D6172742041646472657373207072696E747320696E20
  548.       7468652073616D65206F7264657220617320656E747269657320617265206469
  549.       73706C6179656420696E2074686520496E646578204C6973742E2020486F7765
  550.       7665722C2069662072657175697265642074686973206D6179206265206F7665
  551.       7272696464656E20746F20736F727420746865207265706F7274206F6E206120
  552.       737065636966696564206669656C64206F662074686520416464726573732042
  553.       6F6F6B2E0D0A0D0A546F2073656C6563742074686520736F7274206F72646572
  554.       2072657175697265642C2075736520746865202264726F7020646F776E222061
  555.       72726F772C20616E64207468656E2073656C6563742074686520726571756972
  556.       6564206669656C642066726F6D20746865206C69737420646973706C61796564
  557.       2E0D0A0D0A4E6F74653A20496620746865205265706F72742054797065206973
  558.       2061204469617279207072696E742C207468656E2074686973206669656C6420
  559.       77696C6C2062652064697361626C6564206173206F6E6C792074686520646566
  560.       61756C7420736F7274206F726465722069732076616C69642E00010400000001
  561.       000000000100000000010000030254686973206669656C6420616C6C6F777320
  562.       7468652050616765204C61796F7574206173736F636961746564207769746820
  563.       74686520517569636B205265706F727420746F206265206368616E6765642E20
  564.       50616765204C61796F75747320617265207573656420746F20636F6E74726F6C
  565.       207768696368206669656C647320617265207072696E74656420616E6420696E
  566.       207768617420666F726D61742E200D0A0D0A546F2073656C6563742061206469
  567.       66666572656E742050616765204C61796F75742C207573652074686520226472
  568.       6F7020646F776E22206172726F772C20616E64207468656E2073656C65637420
  569.       746865207265717569726564206C61796F75742066726F6D20746865206C6973
  570.       7420646973706C617965642E0D0A0D0A54686520617661696C61626C65206C69
  571.       7374206F662050616765204C61796F7574732069732072657374726963746564
  572.       20646570656E64696E67206F6E20776861742074797065206F6620517569636B
  573.       205265706F727420796F75206172652065646974696E672E20466F7220657861
  574.       6D706C653A2069662074686520517569636B205265706F72742069732072656C
  575.       6174656420746F2061204469617279207072696E742C207468656E206F6E6C79
  576.       2050616765204C61796F75747320666F726D617474656420666F722061204469
  577.       6172792C20617265206C69737465642E000104000000}
  578.     Color = 15269887
  579.     Font.Color = clWindowText
  580.     Font.Height = -11
  581.     Font.Name = 'MS Sans Serif'
  582.     Font.Style = []
  583.     ParentFont = True
  584.     MaxWidth = 300
  585.     MoreText = 'More Information...'
  586.     Left = 8
  587.     Top = 415
  588.   end
  589. end
  590.